GetSuiteLabel
GetSuiteLabel Specify a default label for an icon family
#include <Icons.h> Finder Interface
short GetSuiteLabel (theSuite );
Handle theSuite ; handle to icon family
returns short; indicates default label for icon family
GetSuiteLabel returns any label set previously with SetSuiteLabel.

Notes: This routine is not currently documented in MPW header files (hence, it is
not in any THINK C or THINK Pascal header file either). The information
given above comes from Macintosh Technical Note #306. This tech. note
also gives the inline glue for the call as follows:
pascal short GetSuiteLabel (Handle theSuite )
= {0x303C, 0x0217, 0xABC9};